Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridRuleCollection<TRule,TGrid> Class / GetRuleByColumn Method


In This Topic
    GetRuleByColumn Method
    In This Topic
    Gets the first rule whose Column property references the specified column.
    Syntax
    'Declaration
     
    
    Public Function GetRuleByColumn( _
       ByVal column As NColumn _
    ) As TRule
    'Usage
     
    
    Dim instance As NGridRuleCollection(Of TRule,TGrid)
    Dim column As NColumn
    Dim value As TRule
     
    value = instance.GetRuleByColumn(column)
    public TRule GetRuleByColumn( 
       NColumn column
    )

    Parameters

    column
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also